﻿.event-template section.header {
    height: 380px;
    position: relative;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    align-content: center;
    background-position: center;
}
.event-template section.header .category-label {
    position: absolute;
    top: 50px;
    left: calc(50vw - 520px);
    color: black;
    font-family: "Nexa";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.2px;
    padding: 16px 24px;
    border-radius: 100px;
}
.event-template section.header .event-name {
    color: white;
    font-family: "Nexa";
    font-size: 44px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    padding: 20px calc(50vw - 520px);
}
.event-template section.event-info {
    padding: 24px calc(50vw - 520px);
    background: #191919;
    display: flex;
    gap: 32px;
    transition: bottom 1s ease-out;
    bottom: calc(100vh - 100px);
}
.event-template section.event-info.fixed {
    position: fixed;
    left: 30px;
    bottom: 30px;
    width: calc(100% - 60px);
    border-radius: 16px;
}
.event-template section.event-info .event-blocks {
    color: white;
    font-family: "Nexa";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    width: 100%;
}
.event-template section.event-info .event-actions {
    display: flex;
    gap: 16px;
}
.event-template section.event-info .event-actions .event-share {
    padding: 11px 16px;
    color: #ABAEAF;
    font-family: "Nexa";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    border-radius: 8px;
    background: #3E3E3E;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.event-template section.event-info.fixed .event-actions .event-share {
    font-size: 0;
    gap: 0;
}
.event-template section.event-info .event-actions .event-share img {
    width: 24px;
}
.event-template section.event-info .event-actions .event-register {
    padding: 20px 20px;
    color: white;
    font-family: "Nexa";
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    border-radius: 8px;
    background: #F4522B;
    white-space: nowrap;
    cursor: pointer;
}
.event-template section.event-address {
    padding: 80px calc(50vw - 520px);
    background: #F1F5F7;
    display: block;
}
.event-template section.event-address .content {
    padding: 12px;
    align-items: center;
    gap: 20px;
    display: flex;
    border-radius: 16px;
    background: #D5E1EA;
}
.event-template section.event-address .content .marker {
    display: flex;
    padding: 15px 17px;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: white;
}
.event-template section.event-address .content .text {
    display: flex;
    color: #26323A;
    font-family: "Nexa";
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    flex-wrap: wrap;
}
.event-template section.event-address .content .text div {
    width: 100%;
}
.event-template section.event-description {
    padding: 80px calc(50vw - 520px);
    background: #F1F5F7;
    display: block;
}
.event-template section.event-sponsors {
    padding: 20px calc(50vw - 520px);
    background: white;
    display: flex;
    gap: 60px;
}
.event-template section.event-sponsors .title {
    color: #3C73AE;
    font-family: "Nexa";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.event-template section.event-sponsors .items {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.event-template section.event-sponsors .items div {
    width: 25%;
}
.event-template section.event-sponsors .items div a {
    width: 100%;
}
.event-template section.event-sponsors .items div a img {
    width: 100%;
}
.event-template section.event-speakers {
    padding: 60px calc(50vw - 520px) 80px;
    background: #2A527F;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.event-template section.event-speakers .title {
    color: white;
    font-family: "Nexa";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    width: 100%;
}
.event-template section.event-speakers .items {
    display: flex;
    gap: 16px;
    width: 100%;
    flex-wrap: wrap;
}
.event-template section.event-speakers .items .item {
    display: flex;
    border-radius: 16px;
    background: #1E4064;
    padding: 24px;
    gap: 32px;
    width: calc(50% - 8px);
}
.event-template section.event-speakers .items .item .photo {
    width: 135px;
    height: 135px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}
.event-template section.event-speakers .items .item .details {
    width: calc(100% - 167px);
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    align-content: center;
}
.event-template section.event-speakers .items .item .details .name {
    color: #B4DFFF;
    font-family: "Nexa";
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    width: 100%;
}
.event-template section.event-speakers .items .item .details .position {
    color: #5691C4;
    font-family: "Nexa";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    width: 100%;
}
.event-template section.agenda {
    padding: 60px calc(50vw - 520px) 40px;
    background-image: url('/images/templates/agenda-background.png');
    background-color: #E5EAEE;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
}
.event-template section.agenda .title {
    color: #EF451C;
    font-family: "Nexa";
    font-size: 44px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    width: 100%;
}
.event-template section.agenda .agenda-predescription {
    color: #3E3E3E;
    font-family: "Nexa";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    width: 100%;
}
.event-template section.agenda .items {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    width: 100%;
    background: white;
    border-radius: 24px;
}
.event-template section.agenda .items .item {
    width: 100%;
    padding: 0 16px;
}
.event-template section.agenda .items .item:first-child {
    padding: 16px 16px 0;
}
.event-template section.agenda .items .item:last-child {
    background: var(--Red-70, #EF451C);
    padding: 32px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}
.event-template section.agenda .items .item .line {
    display: flex;
    gap: 16px;
}
.event-template section.agenda .items .item .line .time {
    padding: 16px;
    border-radius: 8px;
    background: #F1F5F7;
    display: flex;
    align-items: center;
}
.event-template section.agenda .items .item:first-child .line .time {
    background: #B4DFFF;
}
.event-template section.agenda .items .item:last-child .line .time {
    background: #FF613C;
}
.event-template section.agenda .items .item:last-child .line .time svg path {
    fill: white;
}
.event-template section.agenda .items .item .line .details {
    padding: 16px;
    border-radius: 8px;
    background: #F1F5F7;
    color: #2A527F;
    font-family: "Nexa";
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    width: 100%;
    display: flex;
    align-items: center;
}
.event-template section.agenda .items .item:first-child .line .details {
    background: #B4DFFF;
}
.event-template section.agenda .items .item:last-child .line .details {
    background: #FF613C;
    color: white;
}
.event-template section.agenda .items .item .line .details div:first-child {
    width: 200px;
}
.event-template section.agenda .items .item .line .details div:nth-child(2) {
    width: calc(100% - 300px);
}
.event-template section.agenda .items .item .description {
    width: 100%;
    color: #343434;
    font-family: "Nexa";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 10px 0 10px 295px;
}
.event-template section.agenda .items .item .agenda-description {
    width: 100%;
    color: white;
    font-family: "Nexa";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 10px 0;
}
.event-template section.agenda .items .item .register-button {
    border-radius: 8px;
    background: white;
    color: #191919;
    font-family: "Nexa";
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    display: flex;
    padding: 22px 20px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    margin-top: 24px;
    cursor: pointer;
    width: 100%;
}
.event-template section.agenda .items .item .agenda-speakers-title {
    color: #ABAEAF;
    font-family: "Nexa";
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    margin: 0 0 20px 295px;
    padding: 20px 0 0;
    border-spacing: 2px;
    border-top-style: dotted;
    border-top-width: 2px;
    border-top-color: #E5EAEE;
}
.event-template section.agenda .items .item .agenda-speakers {
    width: 100%;
    padding: 10px 0 10px 295px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.event-template section.agenda .items .item .agenda-speaker {
    width: calc(50% - 12px);
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.event-template section.agenda .items .item .agenda-speaker .photo {
    width: 72px;
    height: 72px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}
.event-template section.agenda .items .item .agenda-speaker .details {
    width: calc(100% - 88px);
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    align-content: center;
}
.event-template section.agenda .items .item .agenda-speaker .details .name {
    color: #343434;
    font-family: "Nexa";
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    width: 100%;
}
.event-template section.agenda .items .item .agenda-speaker .details .position {
    color: #666;
    font-family: "Nexa";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    width: 100%;
}
table {
    margin-bottom: 0;
    color: inherit;
    width: 100%;
}
.table td, .table th {
    padding: 0;
}
.event-unit-share .container {
    border-radius: 16px;
}
.register-modal {
    background: #1E4064;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100vw;
    height: 100vh;
    padding: 20px 0;
}
.register-modal .modal-display {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.register-modal .modal-content {
    max-width: 688px;
    margin: 0 auto;
    background-color: white;
    border-radius: 24px;
    width: 95%;
    display: flex;
    gap: 0;
}
.register-modal .modal-content .modal-header {
    color: #2A527F;
    font-family: "Nexa";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    padding: 0;
    border: none;
    padding: 24px;
}
.register-modal .modal-content .modal-header button {
    border: none;
    background: unset;
}
.register-modal .modal-content .modal-body {
    max-height: calc(100vh - 92px - 56px - 164px);
    height: auto;
    overflow: auto;
    padding: 0 24px 0;
}
.register-modal .modal-content .modal-body .register-form-row {
    row-gap: 16px;
}
.register-modal .modal-content .modal-body .register-form-col {
    width: calc(50% - 8px);
    color: #9EAAB3;
    font-family: "Nexa";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    position: relative;
}
.register-modal .modal-content .modal-body .register-form-col input {
    padding: 15px 16px !important;
    border-radius: 8px;
    border: 2px solid #D0D9E0;
    background: #FFF;
}
.register-modal .modal-content .modal-body .register-form-col select,
.register-modal .modal-content .modal-body .register-form-col span.select2-selection {
    padding: 15px 16px 18px !important;
    border-radius: 8px;
    border: 2px solid #D0D9E0;
    background: #FFF;
}
.register-modal .modal-content .modal-body .register-form-col label {
    transform: translate(16px, 19px);
    position: absolute;
    top: 0;
}
.register-modal .modal-content .modal-body .register-form-col input:focus + label,
.register-modal .modal-content .modal-body .register-form-col input:not(:placeholder-shown) + label,
.register-modal .modal-content .modal-body .register-form-col textarea:focus + label,
.register-modal .modal-content .modal-body .register-form-col textarea:not(:placeholder-shown) + label {
    transform: translate(16px, -2px);
    font-size: 14px;
    font-weight: 300;
    color: black;
}
.register-modal .modal-content .modal-body .register-form-col select:focus + label,
.register-modal .modal-content .modal-body .register-form-col select:valid + label {
    transform: translate(16px, -2px);
    font-size: 14px;
    font-weight: 300;
    color: black;
}
.register-modal .modal-content .modal-body .register-form-col .select2-selection__choice__display {
    font-weight: 500;
    color: black;
}
.register-modal .modal-content .modal-body .field-validation-error {
    font-size: 16px;
    color: red;
}
.register-modal .modal-content .modal-body .required-mark {
    color: red;
    font-size: large;
}
.register-modal .modal-content .modal-body .register-form-row1 {
    display: none;
}
.register-modal .modal-content .modal-footer {
    color: #8D8D8D;
    font-family: "Nexa";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    background: #F1F5F7;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 24px;
    text-align: left;
    margin-top: 0;
}
.register-modal .modal-content .modal-footer button {
    color: white;
    font-family: "Nexa";
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    border-radius: 8px;
    background: #EF451C;
    display: flex;
    padding: 18px 20px;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    border: none;
}
.register-modal .modal-content .modal-footer button:disabled {
    background: #a1a1a1;
}
.register-modal .modal-content .modal-footer a {
    color: #3E3E3E;
}
.register-modal .modal-body .sponsor-admission {
    width: 100%;
    border-radius: 8px;
    background: #B4DFFF;
    padding: 16px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 0 0 24px;
}
.register-modal .modal-body .sponsor-admission .text {
    color: #3E3E3E;
    font-family: "Nexa";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.register-modal .modal-body .sponsor-admission .buttons {
    display: flex;
    width: 100%;
    gap: 12px;
}
.register-modal .modal-body .sponsor-admission .buttons button {
    color: #3C73AE;
    font-family: "Nexa";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    border-radius: 4px;
    background: white;
    padding: 6px 12px;
    border: none;
}
.speaker-modal {
    background: #1E4064;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100vw;
    height: 100vh;
    padding: 20px 0;
}
.speaker-modal .modal-display {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.speaker-modal .modal-content {
    max-width: 688px;
    margin: 0 auto;
    background-color: white;
    border-radius: 24px;
    width: 95%;
    display: flex;
    gap: 0;
}
.speaker-modal .modal-content .modal-header {
    border-bottom: solid 1px #E5EAEE;
    padding: 32px 32px 0 32px;
    display: block;
}
.speaker-modal .modal-content .modal-header button {
    border: none;
    background: unset;
    position: absolute;
    top: 10px;
    right: 6px;
}
.speaker-modal .modal-content .modal-body {
    max-height: calc(100vh - 92px - 56px - 164px);
    height: auto;
    overflow: auto;
    margin: 24px 32px 32px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.speaker-modal .modal-content .modal-header .info {
    width: 100%;
    display: flex;
    gap: 20px;
}
.speaker-modal .modal-content .modal-header .photo {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}
.speaker-modal .modal-content .modal-header .details {
    width: calc(100% - 120px);
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-content: center;
}
.speaker-modal .modal-content .modal-header .name {
    color: #16324F;
    font-family: "Nexa";
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%;
    width: 100%;
}
.speaker-modal .modal-content .modal-header .position {
    color: #8E9BA4;
    font-family: "Nexa";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    width: 100%;
}
.speaker-modal .modal-content .modal-body .description {
    color: #4D5D69;
    font-family: "Nexa";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    width: 100%;
}
.speaker-modal .modal-content .modal-body .linkedin {
    border-radius: 20px;
    background: linear-gradient(268deg, #47CEAE 0%, #1EA081 100%);
    display: flex;
    padding: 6px 16px 5px 10px;
    align-items: center;
    gap: 8px;
    color: white;
    font-family: "Nexa";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    width: fit-content;
    cursor: pointer;
}
.speaker-modal .modal-content .modal-header .sponsor {
    width: 100%;
    padding: 10px 0 24px;
}
.speaker-modal .modal-content .modal-header .sponsor img {
    width: 100px;
}
section.banner-block {
    padding: 0 calc(50vw - 520px) 100px;
    background-color: #E5EAEE;
}
section.banner-block img {
    width: 100%;
}
.learn-modal {
    background: #1E4064;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100vw;
    height: 100vh;
    padding: 20px 0;
}
.learn-modal .modal-display {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.learn-modal .modal-content {
    max-width: 688px;
    margin: 0 auto;
    background-color: white;
    border-radius: 24px;
    width: 95%;
    display: flex;
    gap: 0;
}
.learn-modal .modal-content .modal-header {
    color: #2A527F;
    font-family: "Nexa";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    padding: 0;
    border: none;
    padding: 24px;
}
.learn-modal .modal-content .modal-header button {
    border: none;
    background: unset;
}
.learn-modal .modal-content .modal-body {
    max-height: calc(100vh - 92px - 56px - 164px);
    height: auto;
    overflow: auto;
    padding: 0;
    margin: 0 24px 24px;
}
.learn-modal .modal-content .modal-body form {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.learn-modal .modal-content .modal-body form .col1,
.learn-modal .modal-content .modal-body form .col2 {
    width: calc(50% - 8px);
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-content: flex-start;
}
.learn-modal .modal-content .modal-body .register-form-row {
    row-gap: 16px;
}
.learn-modal .modal-content .modal-body .register-form-col {
    width: 100%;
    display: flex;
}
.learn-modal .modal-content .modal-body .register-form-col input,
.learn-modal .modal-content .modal-body .register-form-col textarea {
    padding: 13px 16px;
    border-radius: 8px;
    border: 2px solid #D0D9E0;
    background: white;
    color: fieldtext;
    font-family: "Nexa";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.learn-modal .modal-content .modal-body .register-form-col input[type=submit] {
    color:white;
    text-align: center;
    font-family: "Nexa";
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    display: flex;
    padding: 19px 20px;
    border-radius: 8px;
    background: #EF451C;
    height: 58px;
}


.system-modal {
    background: #1E4064;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100vw;
    height: 100vh;
    padding: 20px 0;
}
.system-modal .modal-display {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.system-modal .modal-content {
    max-width: 688px;
    margin: 0 auto;
    background-color: white;
    border-radius: 24px;
    width: 95%;
    display: flex;
    gap: 0;
}
.system-modal .modal-content .modal-header {
    color: #2A527F;
    font-family: "Nexa";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    padding: 0;
    border: none;
    padding: 24px;
}
.system-modal .modal-content .modal-header button {
    border: none;
    background: unset;
}
.system-modal .modal-content .modal-body {
    max-height: calc(100vh - 92px - 56px - 164px);
    height: auto;
    overflow: auto;
    padding: 10px 24px 15px;
    font-size: 18px;
}
.system-modal .modal-content .modal-footer {
    color: #8D8D8D;
    font-family: "Nexa";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    background: #F1F5F7;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 24px 24px;
    margin-top: 0;
}
.system-modal .modal-content .modal-footer button {
    color: white;
    font-family: "Nexa";
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    border-radius: 8px;
    background: #EF451C;
    display: flex;
    padding: 18px 20px;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    border: none;
}


@media(max-width:1200px) {
    .event-template section.header .category-label {
        left: 80px;
    }
    .event-template section.header .event-name {
        padding: 20px 80px;
    }
    .event-template section.event-info {
        padding: 24px 80px;
    }
    .event-template section.event-description {
        padding: 80px 80px;
    }
    .event-template section.event-address {
        padding: 80px 80px;
    }
    .event-template section.event-speakers {
        padding: 60px 80px 80px;
    }
    .event-template section.event-sponsors {
        padding: 20px 80px;
    }
    .event-template section.agenda {
        padding: 60px 80px 40px;
    }
    section.banner-block {
        padding: 0 80px 100px;
    }
}
@media (max-width: 991px) {
    .header {
        height: 380px !important;
    }
    .event-template section.event-info .event-actions .event-share {
        font-size: 0;
        gap: 0;
    }
    .event-template section.event-speakers .items .item {
        width: 100%;
    }
}
@media(max-width:880px) {
    .event-template section.header .category-label {
        left: 20px;
    }
    .event-template section.header .event-name {
        padding: 20px 20px;
    }
    .event-template section.event-info {
        padding: 24px 20px;
    }
    .event-template section.event-address {
        padding: 80px 20px;
    }
    .event-template section.event-description {
        padding: 80px 20px;
    }
    .event-template section.event-speakers {
        padding: 60px 20px 80px;
    }
    .event-template section.event-sponsors {
        padding: 20px 20px;
    }
    .event-template section.agenda {
        padding: 60px 20px 40px;
    }
    section.banner-block {
        padding: 0 20px 100px;
    }
}
@media(max-width:700px) {
    .event-template section.event-info .event-actions .event-share {
        font-size: 16px;
        gap: 8px;
    }
    .event-template section.event-info {
        flex-wrap: wrap;
        gap: 24px;
    }
    .event-template section.event-info.fixed {
        bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .event-template section.event-info .event-actions {
        width: 100%;
        flex-wrap: wrap;
    }
    .event-template section.event-info .event-actions .event-share {
        width: 100%;
        justify-content: center;
    }
    .event-template section.event-info .event-actions .event-register {
        width: 100%;
        text-align: center;
    }
    .event-template section.event-sponsors {
        flex-wrap: wrap;
        gap: 16px;
    }
    .event-template section.event-sponsors .title {
        width: 100%;
        justify-content: center;
    }
    .event-template section.event-sponsors .items {
        gap: 24px;
        justify-content: center;
    }
    .event-template section.event-sponsors .items div {
        width: 50%;
    }
    .event-template section.agenda .items .item .line .time {
        display: none;
    }
    .event-template section.agenda .items .item .line .details {
        flex-wrap: wrap;
        gap: 18px;
    }
    .event-template section.agenda .items .item .line .details div {
        width: 100% !important;
    }
    .event-template section.agenda .items .item .description {
        padding: 10px 0;
    }
    .event-template section.agenda .items .item .agenda-speakers-title {
        margin: 0 0 20px 0;
    }
    .event-template section.agenda .items .item .agenda-speakers {
        padding: 10px 0;
    }
    .event-template section.agenda .items .item .agenda-speaker {
        width: 100%;
    }
}
@media(max-width:600px) {
    .event-unit-share .container {
        width: 100% !important;
    }
    .register-modal .modal-content .modal-header {
        font-size: 22px;
    }
    .register-modal .modal-content .modal-body .register-form-row {
        row-gap: 10px;
    }
    .register-modal .modal-content .modal-body .register-form-col {
        width: 100%;
    }
    .register-modal .modal-content .modal-footer {
        flex-wrap: wrap;
        row-gap: 10px;
        column-gap: 5px;
    }
    .register-modal .modal-content .modal-footer div {
        width: calc(100% - 24px);
        margin: 0;
    }
    .register-modal .modal-content .modal-footer button {
        width: 100%;
        margin: 0;
    }
    .system-modal .modal-content .modal-header {
        font-size: 22px;
    }
    .system-modal .modal-content .modal-footer {
        flex-wrap: wrap;
        row-gap: 10px;
        column-gap: 5px;
    }
    .system-modal .modal-content .modal-footer button {
        width: 100%;
        margin: 0;
    }
    .learn-modal .modal-content .modal-header {
        font-size: 22px;
    }
    .learn-modal .modal-content .modal-body {
        max-height: calc(100vh - 92px - 56px);
    }
    .learn-modal .modal-content .modal-body .body .col1,
    .learn-modal .modal-content .modal-body .body .col2 {
        width: 100%;
    }
}
@media(max-width:500px) {
    .event-template section.event-speakers .items .item {
        flex-direction: column;
    }
    .event-template section.event-speakers .items .item .details {
        width: 100%;
    }
}
@media(max-width:438px) {
    .register-modal .modal-body .sponsor-admission .buttons {
        flex-wrap: wrap;
    }
    .register-modal .modal-body .sponsor-admission .buttons button {
        width: 100%;
    }
}
